Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / CompareTo Method


In This Topic
CompareTo Method (RichValue<T>)
In This Topic
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal other As RichValue(Of T) _
) As Integer
 
'Usage
 
Dim instance As RichValue(Of T)
Dim other As RichValue(Of T)
Dim value As Integer
 
value = instance.CompareTo(other)

Parameters

other
See Also